-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Conda (formerly: RoboStack) installer #810
base: master
Are you sure you want to change the base?
Add Conda (formerly: RoboStack) installer #810
Conversation
As mentioned at ros-infrastructure/rospkg#224 (comment) we'll switch this to be called Conda and the Robostack will be a required element. |
Codecov Report
@@ Coverage Diff @@
## master #810 +/- ##
==========================================
- Coverage 74.96% 74.07% -0.90%
==========================================
Files 42 43 +1
Lines 3283 3390 +107
==========================================
+ Hits 2461 2511 +50
- Misses 822 879 +57
Continue to review full report at Codecov.
|
Hi @nuclearsandwich - just letting you know that the tests are passing now, after having merged ros-infrastructure/rospkg#224. So this PR is ready for review now :) |
Hi there,
This PR adds an installer for https://github.com/RoboStack/ros-noetic. This patch is already included in the conda-forge build of rosdep (see https://github.com/conda-forge/rosdep-feedstock). It works as intended on Linux, macOS and Windows, and has for example been used to install dependencies using rosdep in our proposed cross-platform CI for moveit (see moveit/moveit#2604).
It requires ros-infrastructure/rospkg#224 to be merged first.
/cc @wolfv @traversaro @nuclearsandwich